@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500&display=swap');   

* {margin: 0; padding: 0;}
    ul, li { list-style: none;}
    a {text-decoration: none;}
    body, html {
        width: 100%;
        height: 100%;
        font-family: 'spoqahansans', sans-serif;
    }
    
    /*헤더영역*/
    
    .container {width: 100%;height: 100%;}


    .hd { max-width:600px; width: 100%; height: 58px;  position:relative; top:0px; z-index:999; background-color:#fff;border-bottom:1px solid rgba(255, 255, 255, 0.5); margin:0 auto;}
    .hd li a {
        float: left;
    }
    .hd li {  padding-top: 14px; }
    
    .menu { width: 39px; height: 39px; right:3%;  float: left; position: absolute; }
    .menu li a img { margin: 0 auto; width: 50px; height: 50px;
    }
	
	.tel { width: 32px; height: 32px; left:4%; position: absolute; }
    .tel li a img { margin: 0 auto; width: 50px; height: 50px;
    }
	
    .logo { width: 50px; height: 50px; margin:0 auto}
    .logo a { width: 100%; height: 30px;
    }
    .logo img { width:100%;  margin-top:-4px;}
    /*내비게이션*/
    
    .gnb {width: 100%; height: 50px;background-color: #a59487; text-align:center; position:absolute; top:57px;}
	.gnb ul {text-align:center; width:100%;}
    .gnb ul li {float: left; margin-top: 3%; line-height:28px; display:inline-block; width:20%;}
    .gnb ul li a { color: white;font-weight: bold; font-size: 11.5px;}
    

 
        .gnb_wrap {
			background-color: white;
            position: fixed;
            top: 0;
            left: -100%;
            width: 80%;
            height: 100%;
            z-index: 500;
           font-family: 'Montserrat Alternates', sans-serif;
/*           font-family: 'Poiret One', cursive;*/
            z-index: 9999;
        }

        .gnb_wrap .gnb_top {
            position: relative;
            background-color: white;
            padding: 18px;
        }

        .gnb_wrap .gnb_top h1 {
            position: absolute;
            top: 14px;
            padding: 0;
			left: 50%;
			transform: translateX(-50%);
        }
        #menu_close a img {
            width: 25px;
            height: 25px;
            display: block;
        }
      
        .gnb_wrap .gnb_top h1 img {
            width: 85px;
		    margin-left: 3px;
			margin-top: 7px;
        }

        .gnb_wrap .gnb_top p 
        {
            margin-left: 92%;
            
            width: 30px;
            height: 30px;
            display: block;
            
        }

        .gnb_wrap .gnb_list {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #fff;
			margin-top: 35px;
        }

        .gnb_wrap .gnb_list .gnb_dep1 {
            padding: 20px;
            display: block;
            font-size: 21px;
            font-weight: 400;
            border-bottom: solid 1px #e6e6e6;
        }

        .gnb_wrap .gnb_list .gnb_dep1 span {
/*            background: url("image/off.png") center right no-repeat;*/
            display: block;
            color: #555;
            background-size: 24px 12px;
            font-weight: 500;
        }

        .gnb_wrap .gnb_list li.on .gnb_dep1 span {
            background:url("image/on.png") center right no-repeat; 
            display: block;
            color: #1c2952;
            text-decoration: underline;
             background-size: 24px 12px;
        }

        .gnb_wrap .gnb_list .gnb_dep2 {
            display: none;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li {
            background-color: #f1f1f1;
            border-bottom: solid 1px #cacaca;
            color: #6c6c6c;
            font-weight: 400;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li a {
            color: #6c6c6c !important;
            padding: 20px 20px 20px 30px;
            display: block;
			 font-family: 'NEXON', sans-serif;
			font-size: 13px;
		    font-weight: 400;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li.on {
            background-color: #4f8ec3;
            border-bottom: solid 1px #cacaca;
            color: #fff !important;
        }

        .gnb_wrap .gnb_list .gnb_dep2 li.on a {
            color: #fff !important;
            padding: 20px 20px 20px 30px;
            display: block;
        }

        
    .gnb_overlay {
        z-index: 999;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        position: fixed;
        right: -100%;
        top: 0;
        
    }